--- /dev/null
+# Format: GPS Tracking Key Pro text file
+# Author: Tyler Ritchie
+# Date: 2011.02.04
+
+DESCRIPTION GPS Tracking Key Pro text
+EXTENSION txt
+ENCODING LATIN1
+
+DATUM WGS 84
+DATATYPE TRACK
+#File layout definitions
+
+FIELD_DELIMITER COMMA
+RECORD_DELIMITER NEWLINE
+
+# Individual data fields in order of appearance
+
+IFIELD LOCAL_TIME,"","%m-%d-%Y"
+IFIELD HMSG_TIME,"","%d:%d:%d"
+IFIELD LAT_HUMAN_READABLE,"","%c %d°%d'%f\""
+IFIELD LON_HUMAN_READABLE,"","%c %d°%d'%f\""
+IFIELD PATH_SPEED_MPH,"","%.1fmph"
+IFIELD IGNORE,"","%s" #This is the bearing data
+IFIELD ALT_FEET,"","%dft"
--- /dev/null
+<para>
+Read-only support for the text format exported by Land Air Sea's (Windows only) Past-Track software. This may also work for importing text formatted files from Victoria GPS Tracking, GPS Tracking Key and Land Air Sea's other devices.
+</para>
+
+<para>
+Implementation
+</para>
+
+<para>
+The text format of the GPS Tracking Key Pro contains one route coordinate per line and is of the format:
+</para>
+
+<para>
+01-24-2011,09:12:30,N 48°51'57.9738",W 123°11'48.1354",20.5mph,83.8°,357ft
+</para>
+<para>
+GPS Babel style file correctly imports all data except for bearing (which is un-needed). Since there is no way to create waypoints or routes on the device itself, the text file is read in as one large track.
+</para>